home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: rajash@ix.netcom.com(Rajash Gopalakrishnan )
- Newsgroups: comp.lang.c++
- Subject: Segmented Exe.
- Date: 8 Feb 1996 23:44:25 GMT
- Organization: Netcom
- Message-ID: <4fe1sp$41d@reader2.ix.netcom.com>
- NNTP-Posting-Host: ix-dgr-il2-11.ix.netcom.com
- X-NETCOM-Date: Thu Feb 08 3:44:25 PM PST 1996
-
- Hi!.
-
- I have an application developed in VC++ (1.52) which has an exe of size
- 1MB. By #pragma code_seg "...." statement in source files we have given
- logical segmentation for the whole application.
-
- But during loading the exe it seems the full code is loading to memory.
- I heared there is a way the segmented exe can be loaded by 'LOAD
- ONCALL'.
-
- We have specified LOADONCALL on .def file also. But still it doesn't
- work out. Any linker option we have to consider or any linker option is
- overriding this option in our application.
-
- Any help or comment on this will be appreciated.
-
- Thanks in advance
- --Raj---
-
-